home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / Module-HOWTO < prev    next >
Text File  |  1996-10-20  |  92KB  |  2,472 lines

  1.   Linux Module-HOWTO
  2.   Lauri Tischler, Editor.
  3.   v1.1, 20 October 1996
  4.  
  5.   This is the Module-HOWTO, which is a compilation of all the possible
  6.   module parameters that can be passed to the Linux modules at load
  7.   time. Information within is based on Linux Kernel version 2.0.23.
  8.  
  9.   1.  Introduction
  10.  
  11.   Inspiration for this paper came from Paul Gortmaker's excellent
  12.   BootPrompt-HOWTO.  With Paul's permission I have used his paper as a
  13.   framework, upon which I have grafted my ramblings.  Different parts of
  14.   this paper have been shamelessly, without any permissions what so
  15.   ever, ripped off from various README and *.txt files within The Source
  16.   Tree. My sincere thanks for all the authors of those texts which have
  17.   made this document possible.
  18.  
  19.   This paper generally follows the same structure/module order as the
  20.   kernel configuration utility menuconfig when run in
  21.   single_menu_mode=TRUE mode.
  22.  
  23.   All sections which are marked Modular in the configuration utility are
  24.   included here, regardless whether they have option parameters or not.
  25.  
  26.   Each section follows the example outline below:
  27.  
  28.   ______________________________________________________________________
  29.   Load command:
  30.           /sbin/modprobe ne.o io=0x300 irq=5
  31.  
  32.           io = 0          (Explicitly *requires* an "io=0xNNN" value)
  33.           irq = 0         (Tries to determine configured IRQ via autoIRQ)
  34.           (Probes ports: 0x300, 0x280, 0x320, 0x340, 0x360)
  35.  
  36.           Depends on 8390.o
  37.   ______________________________________________________________________
  38.  
  39.   The Module-HOWTO is edited and maintained by:
  40.  
  41.        Lauri Tischler, ltischler@efore.fi
  42.  
  43.   1.1.  Disclaimer and Copyright
  44.  
  45.   This document is not gospel. However, it is probably the most up to
  46.   date info that you will be able to find. Nobody is responsible for
  47.   what happens to your hardware but yourself. If your hardware goes up
  48.   in smoke (...nearly impossible!)  I take no responsibility. ie. THE
  49.   AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGES INCURRED DUE TO ACTIONS
  50.   TAKEN BASED ON THE INFORMATION INCLUDED IN THIS DOCUMENT.
  51.  
  52.   This document is Copyright (c) 1996 by Lauri Tischler.  Permisson is
  53.   granted to make and distribute verbatim copies of this manual provided
  54.   the copyright notice and this permission notice are preserved on all
  55.   copies.
  56.  
  57.   Permission is granted to copy and distribute modified versions of this
  58.   document under the conditions for verbatim copying, provided that this
  59.   copyright notice is included exactly as in the original, and that the
  60.   entire resulting derived work is distributed under the terms of a
  61.   permission notice identical to this one.
  62.  
  63.   Permission is granted to copy and distribute translations of this
  64.   document into another language, under the above conditions for
  65.   modified versions.
  66.  
  67.   If you are intending to incorporate this document into a published
  68.   work, please contact me, and I will make an effort to ensure that you
  69.   have the most up to date information available. In the past, out of
  70.   date versions of the Linux howto documents have been published, which
  71.   caused the developers undue grief from being plagued with questions
  72.   that were already answered in the up to date versions.
  73.  
  74.   1.2.  Related Documentation
  75.  
  76.   Following HOWTO's are highly recommended :
  77.  
  78.   ╖  BootPrompt-HOWTO by Paul Gortmaker (Paul.Gortmaker@anu.edu.au).
  79.      New versions of this document can be retrieved via anonymous FTP
  80.      from sunsite.unc.edu, in /pub/Linux/docs/HOWTO/* and various Linux
  81.      ftp mirror sites.
  82.  
  83.   ╖  kerneld mini-HOWTO by Henrik Storner (storner@osiris.ping.dk).  The
  84.      latest released version of this document can be found at
  85.      http://eolicom.olicom.dk/~storner/kerneld-mini-HOWTO.html.  Between
  86.      releases of the mini-HOWTO you can find updates on Henrik's
  87.      unstructured list of changes at
  88.      http://eolicom.olicom.dk/~storner/kern.html.
  89.  
  90.   The file Documentation/Configure.help gives good general information
  91.   about what parts of the kernel to modularize or not.
  92.  
  93.   Also plethora of various README files, sprinkled (unfortunately) all
  94.   over The Source Tree are good and informative reading.
  95.  
  96.   The most up-to-date documentation will always be The Kernel Source
  97.   itself. For example, if you were looking for what parameters could be
  98.   passed to the smc-ultra ethernetcard, then you would go to the
  99.   linux/drivers/net directory, and look at the file smc-ultra.c --
  100.   usually somewhere in the end of the file you would find a procedure
  101.   called init_module.  Within this procedure or around it you will
  102.   parameter and structure definitions related to module parameters.
  103.  
  104.   1.3.  The Linux Newsgroups
  105.  
  106.   If you have questions about passing parameters to modules at load
  107.   time, please READ this document first. If this and the related
  108.   documentation mentioned above does not answer your question(s) then
  109.   you can try the Linux newsgroups.
  110.  
  111.   General questions on how to configure your system should be directed
  112.   to comp.os.linux.setup.  We ask that you please respect this general
  113.   guideline for content, and don't cross-post your request to other
  114.   groups.
  115.  
  116.   1.4.  New Versions of Document
  117.  
  118.   New versions of this document can be retrieved via anonymous FTP from
  119.   sunsite.unc.edu, in /pub/Linux/docs/HOWTO/* and various Linux ftp
  120.   mirror sites. Updates will be made  as new information or drivers
  121.   becomes available. If this copy that you are reading is more than 3
  122.   months old, it is either out of date, or it means that I have been
  123.   lazy and haven't updated it.
  124.   This document was produced by using the SGML system that was
  125.   specifically set up for the Linux Howto project, and there are various
  126.   output formats available, including, postscript, dvi, ascii, html, and
  127.   soon TeXinfo.
  128.  
  129.   I would recommend viewing it in the html (via a WWW browser) or the
  130.   Postscript/dvi format. Both of these contain cross-references that are
  131.   lost in the ascii translation.
  132.  
  133.   If you want to get the official copy off sunsite, here is URL.
  134.  
  135.   Module-HOWTO <http://sunsite.unc.edu/mdw/HOWTO/Module-HOWTO.html>
  136.  
  137.   1.5.  Experimental (alpha-code) modules or incomplete information.
  138.  
  139.   Here is a list of modules which are declared experimental in
  140.   configuration scripts or otherwise have incomplete info or I'm just
  141.   too dumb to understand The Source. Pick your choice.
  142.  
  143.   ╖  Support for JAVA binaries.
  144.  
  145.   ╖  Frame Relay DLCI driver.
  146.  
  147.   ╖  Sangoma S502A FRAD driver.
  148.  
  149.   ╖  BAYCOM driver for AX.25.
  150.  
  151.   ╖  WIC Radio IP Bridge.
  152.  
  153.   ╖  3Com 3c505 Ethernet driver.
  154.  
  155.   ╖  3Com 3c507 Ethernet driver.
  156.  
  157.   ╖  Allied Telesis AT1700 Ethernet driver.
  158.  
  159.   ╖  Intel Ether Express Pro driver.
  160.  
  161.   ╖  Fujitsu FMV-18x Ethernet driver.
  162.  
  163.   ╖  ICL EtherTeam 16i/32 Ethernet driver.
  164.  
  165.   ╖  NI 5210 Ethernet driver.
  166.  
  167.   ╖  Ansel Communications EISA 3200 Ethernet driver.
  168.  
  169.   ╖  Amiga FSS Filesystem.
  170.  
  171.   1.6.  History.
  172.  
  173.   ╖  Initial release 1.0, 20th June 1996.
  174.  
  175.   ╖  Release 1.1, 20th October 1996.
  176.  
  177.   2.  Module utilities
  178.  
  179.   Module utilities are a set of programs necessary for handling the
  180.   modules. At the time of this writing, version of latest module
  181.   utilities was modules-2.0.0.tar.gz.  Info about latest current version
  182.   can be found at http://www.pi.se/blox
  183.  
  184.   This information was originally provided by following gentlemen,
  185.   Jacques Gelinas jacques@solucorp.qc.ca and Bj÷rn Ekwall bj0rn@blox.se
  186.   in /usr/src/linux/Documentation/modules.txt.
  187.  
  188.   2.1.  Making the modules
  189.  
  190.   Your first step is to compile the kernel, as explained in the file
  191.   linux/README.  It generally goes like:
  192.  
  193.   ╖  make config
  194.  
  195.   ╖  make dep
  196.  
  197.   ╖  make clean
  198.  
  199.   ╖  make zImage or make zlilo
  200.  
  201.   In make config, you select what you want to include in the resident
  202.   kernel and what features you want to have available as loadable
  203.   modules.  You will generally select the minimal resident set that is
  204.   needed to boot:
  205.  
  206.   ╖  The filesystem of your root partition
  207.  
  208.   ╖  A scsi driver
  209.  
  210.   ╖  Normal hard drive support
  211.  
  212.   ╖  Net support (CONFIG_NET)
  213.  
  214.   ╖  TCP/IP support (CONFIG_INET), but no drivers!
  215.  
  216.   ╖  plus those things that you just can't live without...
  217.  
  218.   The set of modules is constantly increasing, and you will be able to
  219.   select the option m in make config for those features that the current
  220.   kernel can offer as loadable modules.
  221.  
  222.   You also have a possibility to create modules that are less dependent
  223.   on the kernel version.  This option can be selected during make
  224.   config, by enabling CONFIG_MODVERSIONS, and is most useful on stable
  225.   kernel versions, such as the kernels from the 1.2 and 2.0 series.  If
  226.   you have modules that are based on sources that are not included in
  227.   the official kernel sources, you will certainly like this option...
  228.  
  229.   When you have made the kernel, you create the modules by doing:
  230.  
  231.        make modules
  232.  
  233.   This will compile all modules and update the linux/modules directory.
  234.   In this directory you will then find a bunch of symbolic links,
  235.   pointing to the various object files in the kernel tree.
  236.  
  237.   Now, after you have created all your modules, you should also do:
  238.  
  239.        make modules_install
  240.  
  241.   This will copy all newly made modules into subdirectories under
  242.   /lib/modules/kernel_release/, where kernel_release is something like
  243.   2.0.1, or whatever the current kernel version is...
  244.  
  245.   As soon as you have rebooted the newly made kernel, you can install
  246.   and remove modules at will with the utilities: insmod and rmmod.
  247.   After reading the man-page for insmod, you will also know how easy it
  248.   is to configure a module when you do insmod (hint: symbol=value).
  249.  
  250.   2.2.  Extended utilities, modprobe and depmod.
  251.  
  252.   You also have access to two utilities: modprobe and depmod, where
  253.   modprobe is a wrapper for (or extension to) insmod.  These utilities
  254.   use (and maintain) a set of files that describe all the modules that
  255.   are available for the current kernel in the /lib/modules hierarchy as
  256.   well as their interdependencies.
  257.  
  258.   Using the modprobe utility, you can load any module like this:
  259.  
  260.        /sbin/modprobe module
  261.  
  262.   without paying much attention to which kernel you are running, or what
  263.   other modules this module depends on.
  264.  
  265.   With the help of the modprobe configuration file: /etc/conf.modules
  266.   you can tune the behaviour of modprobe in many ways, including an
  267.   automatic setting of insmod options for each module. And, yes, there
  268.   are man-pages for all this...
  269.  
  270.   To use modprobe successfully, you generally place the following
  271.   command in your /etc/rc.d/rc.S script.  (Read more about this in the
  272.   rc.hints file in the module utilities package, modules-x.y.z.tar.gz.)
  273.  
  274.        /sbin/depmod -a
  275.  
  276.   This computes the dependencies between the different modules.  Then if
  277.   you do, for example
  278.  
  279.        /sbin/modprobe umsdos
  280.  
  281.   you will automatically load both the msdos and umsdos modules, since
  282.   umsdos runs piggyback on msdos.
  283.  
  284.   2.3.  The ultimate utility, kerneld.
  285.  
  286.   OK, you have read all of the above, and feel amply impressed...  Now,
  287.   we tell you to forget all about how to install and remove loadable
  288.   modules...
  289.  
  290.   With the kerneld daemon, all of these chores will be taken care of
  291.   automatically.  Just answer "Y" to CONFIG_KERNELD in make config, and
  292.   make sure that /sbin/kerneld is started as soon as possible after boot
  293.   and that /sbin/depmod -a has been executed for the current kernel.
  294.   (Read more about this in the module utilities package.)
  295.  
  296.   Whenever a program wants the kernel to use a feature that is only
  297.   available as a loadable module, and if the kernel hasn't got the
  298.   module installed yet, the kernel will ask the kerneld deamon to take
  299.   care of the situation and make the best of it.
  300.  
  301.   This is what happens:
  302.  
  303.   ╖  The kernel notices that a feature is requested that is not resident
  304.      in the kernel.
  305.  
  306.   ╖  The kernel sends a message to kerneld, with a symbolic description
  307.      of the requested feature.
  308.  
  309.   ╖  The kerneld daemon asks e.g. modprobe to load a module that fits
  310.      this symbolic description.
  311.  
  312.   ╖  Modprobe looks into its internal alias translation table to see if
  313.      there is a match.  This table can be reconfigured and expanded by
  314.      having alias lines in /etc/conf.modules.
  315.  
  316.   ╖  Insmod is then asked to insert the module(s) that modprobe has
  317.      decided that the kernel needs.  Every module will be configured
  318.      according to the options lines in /etc/conf.modules.
  319.  
  320.   ╖  Modprobe exits and kerneld tells the kernel that the request
  321.      succeded (or failed...)
  322.  
  323.   ╖  The kernel uses the freshly installed feature just as if it had
  324.      been configured into the kernel as a resident part.
  325.  
  326.   The icing of the cake is that when an automatically installed module
  327.   has been unused for a period of time (usually 1 minute), the module
  328.   will be automatically removed from the kernel as well.
  329.  
  330.   This makes the kernel use the minimal amount of memory at any given
  331.   time, making it available for more productive use than as just a
  332.   placeholder for unused code.
  333.  
  334.   Actually, this is only a side-effect from the real benefit of kerneld:
  335.   You only have to create a minimal kernel, that is more or less
  336.   independent of the actual hardware setup.  The setup of the virtual
  337.   kernel is instead controlled by a configuration file as well as the
  338.   actual usage pattern of the current machine and its kernel.
  339.  
  340.   This should be good news for maintainers of multiple machines as well
  341.   as for maintainers of distributions.
  342.  
  343.   To use kerneld with the least amount of hassle, you need modprobe from
  344.   a release that can be considered recent w.r.t. your kernel, and also a
  345.   configuration file for modprobe (/etc/conf.modules).
  346.  
  347.   Since modprobe already knows about most modules, the minimal
  348.   configuration file could look something like this:
  349.  
  350.           alias scsi_hostadapter aha1542  # or whatever SCSI adapter you have
  351.           alias eth0 3c509                # or whatever net adapter you have
  352.  
  353.           # you might need an "options" line for some net adapters:
  354.           options 3c509 io=0x300 irq=10
  355.  
  356.           # you might also need an "options" line for some other module:
  357.           options cdu31a cdu31a_port=0x1f88 sony_pas_init=1
  358.  
  359.   You could add these lines as well, but they are only cosmetic:
  360.  
  361.                alias net-pf-3 off      # no ax25 module available (yet)
  362.                alias net-pf-4 off      # if you don't use the ipx module
  363.                alias net-pf-5 off      # if you don't use the appletalk module
  364.  
  365.   Finally, for the purists: You can name the modprobe configuration
  366.   either /etc/conf.modules or /etc/modules.conf, since modprobe knows
  367.   what to do in each case...
  368.  
  369.   3.  General Kernel setup
  370.  
  371.   Note: you can't have both a.out and ELF support compiled as modules.
  372.   Otherwise, you get a nice Catch-22 when you try to run insmod to
  373.   install a.out/ELF support so you can run insmod ;-).  If you have an
  374.   all-ELF system, but need a.out for the occasional Netscape session,
  375.   then you can do a.out support as a module.  Otherwise, you should
  376.   probably leave it in the kernel, and if you haven't gone ELF yet, you
  377.   can probably leave out ELF compleately.
  378.  
  379.   3.1.  Kernel support for a.out binaries (binfmt_aout.o).
  380.  
  381.   ______________________________________________________________________
  382.   Load command:
  383.           /sbin/modprobe binfmt_aout.o
  384.  
  385.           No module parameters.
  386.   ______________________________________________________________________
  387.  
  388.   3.2.  Kernel support for ELF binaries (binfmt_elf.o).
  389.  
  390.   ______________________________________________________________________
  391.   Load command:
  392.           /sbin/modprobe binfmt_elf.o
  393.  
  394.           No module parameters.
  395.   ______________________________________________________________________
  396.  
  397.   3.3.  Kernel support for JAVA binaries (binfmt_java.o).
  398.  
  399.   JAVA is an object oriented programming language developed by SUN; JAVA
  400.   programs are compiled into "JAVA bytecode" which can then be
  401.   interpreted by run time systems on many different operating systems.
  402.   These JAVA binaries are becoming a universal executable format. This
  403.   option allows you to run a Java binary just like any other Linux
  404.   program: by typing in its name.
  405.  
  406.   ______________________________________________________________________
  407.   Load command:
  408.           /sbin/modprobe binfmt_java.o
  409.  
  410.           No module parameters.
  411.   ______________________________________________________________________
  412.  
  413.   4.  Floppy and other block devices.
  414.  
  415.   4.1.  The Floppy Disk Driver (floppy.o).
  416.  
  417.   There are many floppy driver options, and they are all listed in
  418.   README.fd in linux/drivers/block. For detailed, up to date,
  419.   information refer directly to this file.
  420.  
  421.   ______________________________________________________________________
  422.   Load command:
  423.           /sbin/modprobe floppy.o 'floppy="<options>"'
  424.  
  425.           Option explanations below..
  426.   ______________________________________________________________________
  427.  
  428.   mask,allowed_drive_mask -         Sets the bitmask of allowed drives
  429.   to mask. By default, only units 0 and 1 of each floppy controller are
  430.   allowed. This is done because certain non-standard hardware (ASUS PCI
  431.   motherboards) mess up the keyboard when accessing units 2 or 3. This
  432.   option is somewhat obsoleted by the cmos option.
  433.  
  434.   all_drives - Sets the bitmask of allowed drives to all drives.  Use
  435.   this if you have more than two drives connected to a floppy
  436.   controller.
  437.  
  438.   asus_pci - Sets the bitmask to allow only units 0 and 1.  (The
  439.   default)
  440.  
  441.   daring - Tells the floppy driver that you have a well behaved floppy
  442.   controller.  This allows more efficient and smoother operation, but
  443.   may fail on certain controllers.  This may speed up certain
  444.   operations.
  445.  
  446.   0,daring - Tells the floppy driver that your floppy controller should
  447.   be used with caution.
  448.   one_fdc - Tells the floppy driver that you have only floppy controller
  449.   (default)
  450.  
  451.   two_fdc or address,two_fdc - Tells the floppy driver that you have two
  452.   floppy controllers. The second floppy controller is assumed to be at
  453.   address. This option is not needed if the second controller is at
  454.   address 0x370, and if you use the 'cmos' option
  455.  
  456.   thinkpad - Tells the floppy driver that you have a Thinkpad. Thinkpads
  457.   use an inverted convention for the disk change line.
  458.  
  459.   0,thinkpad - Tells the floppy driver that you don't have a Thinkpad.
  460.  
  461.   omnibook or nodma - Tells the floppy driver not to use Dma for data
  462.   transfers.  This is needed on HP Omnibooks, which don't have a
  463.   workable DMA channel for the floppy driver. This option is also useful
  464.   if you frequently get "Unable to allocate DMA memory" messages.
  465.   Indeed, dma memory needs to be continuous in physical, and is thus
  466.   harder to find, whereas non-dma buffers may be allocated in virtual
  467.   memory. However, I advise against this if you have an FDC without a
  468.   FIFO (8272A or 82072). 82072A and later are OK. You also need at least
  469.   a 486 to use nodma.  If you use nodma mode, I suggest you also set the
  470.   FIFO threshold to 10 or lower, in order to limit the number of data
  471.   transfer interrupts.
  472.  
  473.   dma - Tells the floppy driver that a workable DMA channel is available
  474.   (the default).
  475.  
  476.   nofifo - Disables the FIFO entirely. This is needed if you get "Bus
  477.   master arbitration error" messages from your ethernet card (or from
  478.   other devices) while accessing the floppy.
  479.  
  480.   fifo - Enables the FIFO (default)
  481.  
  482.   [threshold],fifo_depth - Sets the FIFO threshold. This is mostly
  483.   relevant in DMA mode. If this is higher, the floppy driver tolerates
  484.   more interrupt latency, but it triggers more interrupts (i.e. it
  485.   imposes more load on the rest of the system). If this is lower, the
  486.   interrupt latency should be lower too (faster processor). The benefit
  487.   of a lower threshold is less interrupts.
  488.  
  489.   To tune the fifo threshold, switch on over/underrun messages using
  490.   'floppycontrol --messages'. Then access a floppy disk. If you get a
  491.   huge amount of "Over/Underrun - retrying" messages, then the fifo
  492.   threshold is too low. Try with a higher value, until you only get an
  493.   occasional Over/Underrun.  It is a good idea to compile the floppy
  494.   driver as a module when doing this tuning. Indeed, it allows to try
  495.   different fifo values without rebooting the machine for each test.
  496.   Note that you need to do 'floppycontrol --messages' every time you re-
  497.   insert the module.  Usually, tuning the fifo threshold should not be
  498.   needed, as the default (0xa) is reasonable.
  499.  
  500.   [drive],[type],cmos - Sets the CMOS type of drive to type. This is
  501.   mandatory if you have more than two floppy drives (only two can be
  502.   described in the physical CMOS), or if your BIOS uses non-standard
  503.   CMOS types. The CMOS types are:
  504.  
  505.   ______________________________________________________________________
  506.             0 - Use the value of the physical CMOS
  507.                   1 - 5 1/4 DD
  508.                   2 - 5 1/4 HD
  509.                   3 - 3 1/2 DD
  510.                   4 - 3 1/2 HD
  511.                   5 - 3 1/2 ED
  512.                   6 - 3 1/2 ED
  513.                  16 - unknown or not installed
  514.   ______________________________________________________________________
  515.  
  516.   (Note: there are two valid types for ED drives. This is because 5 was
  517.   initially chosen to represent floppy *tapes*, and 6 for ED drives.
  518.   AMI ignored this, and used 5 for ED drives. That's why the floppy
  519.   driver handles both)
  520.  
  521.   unexpected_interrupts - Print a warning message when an unexpected
  522.   interrupt is received (default behavior)
  523.  
  524.   no_unexpected_interrupts or L40SX - Don't print a message when an
  525.   unexpected interrupt is received. This is needed on IBM L40SX laptops
  526.   in certain video modes. (There seems to be an interaction between
  527.   video and floppy. The unexpected interrupt only affect performance,
  528.   and can safely be ignored.)
  529.  
  530.   4.2.  Loopback block device support (loop.o).
  531.  
  532.   Enabling this option will allow you to mount a file as a file system.
  533.   This is useful if you want to check an ISO9660 file system before
  534.   burning the CD, or want to use floppy images without first writing
  535.   them to floppy.
  536.  
  537.   This option also allows one to mount a filesystem with encryption.  To
  538.   use these features, you need a recent version of mount and other
  539.   patches for DES and IDEA. They can be found at
  540.   http://www.binary9.net/nicholas/linuxkernel/patches.  Note that this
  541.   loop device has nothing to do with the loopback device used for
  542.   network connections from the machine to itself.
  543.  
  544.   ______________________________________________________________________
  545.   Load command:
  546.           /sbin/modprobe loop.o
  547.  
  548.           No module parameters.
  549.   ______________________________________________________________________
  550.  
  551.   4.3.  Multiple devices driver support (RAID).
  552.  
  553.   This driver lets you combine several harddisk partitions into one
  554.   logical block device.
  555.  
  556.   Tools that can be used to manage md devices can be found at sweet-
  557.   smoke.ufr-info-p7.ibp.fr/public/Linux/md035.tar.gz.  Same location
  558.   contains also a document md-FAQ.
  559.  
  560.   There are various levels of Redundant Array of Inexpensive (or
  561.   Independent) Disks defined.
  562.  
  563.   ╖  RAID-0, Data striped across all disks. No error checking.
  564.  
  565.      Pros.
  566.         Best RAID data transfer rate. Transparent to system software.
  567.  
  568.      Cons.
  569.         No error checking or redundancy. The failure of one drive in the
  570.         array results in the loss of all data stored in the array.  Any
  571.         MTBF calculation must really be recalculated.
  572.  
  573.   ╖  RAID-1, Disk Mirroring.
  574.  
  575.      Pros.
  576.         No write penalty. 100% data redundancy.  No performace penalty
  577.         after failure.
  578.  
  579.      Cons.
  580.         100% cost overhead. Requires 2x disk space and power compared to
  581.         non-arrayed system.
  582.  
  583.   ╖  RAID-5, Sector-oriented striping of data and parity.
  584.  
  585.      Pros.
  586.         Good performance for transaction processing systems.  No write
  587.         overhead as in RAID-4.  Storage overhead is maximum of one disk.
  588.         Can read in parallel across the array.
  589.  
  590.      Cons.
  591.         Performance degradation during data reconstruction.
  592.  
  593.   ╖  RAID-6, Mirrored RAID-0 array.
  594.  
  595.      Pros.
  596.         RAID data transfer rate comparable to RAID-0.  100% data
  597.         redundancy.  No performace penalty after failure.
  598.  
  599.      Cons.
  600.         100% cost overhead. Requires 2x disk space and power compared to
  601.         non-arrayed system.
  602.  
  603.   Only RAID-0 is available for Linux at the moment. Linear mode is not
  604.   considered as part of RAID definition. The Raid Advisory Board does
  605.   not consider RAID-0 to be part of RAID definition either, due to
  606.   missing data redundancy.
  607.  
  608.   Usefull modes for implementation are RAID-0, RAID-1, RAID-5 and
  609.   RAID-6.
  610.  
  611.   4.3.1.  Multiple device in Linear (append) mode (linear.o).
  612.  
  613.   If you use this, then your multiple devices driver will be able to use
  614.   the so-called linear mode, i.e. it will combine the harddisk
  615.   partitions by simply appending one to the other.
  616.  
  617.   ______________________________________________________________________
  618.   Load command:
  619.           /sbin/modprobe linear.o
  620.  
  621.           No module parameters.
  622.   ______________________________________________________________________
  623.  
  624.   4.3.2.  Multiple device in RAID-0 (striped) mode (raid0.o).
  625.  
  626.   If you use this, then your multiple devices driver will be able to use
  627.   the so-called raid0 mode, i.e. it will combine the harddisk partitions
  628.   into one logical device in such a fashion as to fill them up evenly,
  629.   one chunk here and one chunk there. This will increase the throughput
  630.   rate if the partitions reside on distinct disks.
  631.  
  632.   ______________________________________________________________________
  633.   Load command:
  634.           /sbin/modprobe raid0.o
  635.  
  636.           No module parameters.
  637.   ______________________________________________________________________
  638.  
  639.   4.4.  RAM disk support (rd.o).
  640.  
  641.   Enabling this option will allow you to use a portion of your RAM
  642.   memory as a block device, so that you can make filesystems on it, read
  643.   and write to it and do all the other things that normal block devices
  644.   (such as harddrives) can do.  It is usually used to load and store a
  645.   copy of a minimal root file system off of a floppy into RAM during the
  646.   initial install of Linux.
  647.  
  648.   ______________________________________________________________________
  649.   Load command:
  650.           /sbin/modprobe rd.o
  651.  
  652.           No module parameters.
  653.           Boottime parameters available, see BootPrompt-HOWTO.
  654.   ______________________________________________________________________
  655.  
  656.   4.5.  XT harddisk support (xd.o).
  657.  
  658.   Very old 8 bit hard disk controllers used in the IBM XT computer.  No,
  659.   the existence of XT disk support does NOT mean that you can run Linux
  660.   on an IBM XT :).
  661.  
  662.   ______________________________________________________________________
  663.   Load command:
  664.           /sbin/modprobe xd.o
  665.  
  666.           No module parameters.
  667.   ______________________________________________________________________
  668.  
  669.   5.  General TCP/IP and Networking options.
  670.  
  671.   5.1.  IP Tunneling (ipip.o and new_tunnel.o).
  672.  
  673.   Tunneling means encapsulating data of one protocol type within another
  674.   protocol and sending it over a channel that understands the
  675.   encapsulating protocol. Two modules are necessary ipip.o, IP/IP
  676.   protocol decoder, and new_tunnel.o driver, (this was previously called
  677.   tunnel.o and the documentation still refers to this name).
  678.   Documentation is found at /usr/src/linux/drivers/net/README.tunnel.
  679.  
  680.   ______________________________________________________________________
  681.   Load commands:
  682.           /sbin/modprobe ipip.o
  683.           /sbin/modprobe new_tunnel.o
  684.  
  685.           No module parameters.
  686.   ______________________________________________________________________
  687.  
  688.   5.2.  IP Aliasing support (ip_alias.o).
  689.  
  690.   Sometimes it is useful to give several addresses to a single network
  691.   interface (= serial port or ethernet card). The most common case is
  692.   that you want to serve different WWW documents to the outside
  693.   according to which of your host names they used to connect to you.
  694.  
  695.   ______________________________________________________________________
  696.   Load command:
  697.           /sbin/modprobe ip_alias.o
  698.  
  699.           No module parameters.
  700.   ______________________________________________________________________
  701.  
  702.   5.3.  IP Reverse ARP (rarp.o).
  703.  
  704.   ______________________________________________________________________
  705.   Load command:
  706.           /sbin/modprobe rarp.o
  707.  
  708.           No module parameters.
  709.   ______________________________________________________________________
  710.  
  711.   5.4.  IPX Protocol (ipx.o).
  712.  
  713.   This is support for the Novell networking protocol, IPX, commonly used
  714.   for local networks of DOS and Windows machines.
  715.  
  716.   IPX protocol is required if :
  717.  
  718.   ╖  You wish to connect to Netware servers using Linux DOS emulator
  719.      DOSEMU.
  720.  
  721.   ╖  You wish to mount Netware volumes as Linux filesystems using Linux
  722.      Novell client ncpfs.
  723.  
  724.   ╖  You wish to connect to Linux server from Netware client, or mount
  725.      Linux directories as Netware volumes.  There are two daemons for
  726.      this purpose, linwared and nwserv.
  727.  
  728.   Homesite for ncpfs is ftp.gwdg.de/pub/linux/misc/ncpfs, but sunsite
  729.   and its many mirrors will have it as well.
  730.  
  731.   Linware's home site is klokan.sh.cvut.cz/pub/linux/linware,
  732.  
  733.   nwserv package Mars_nwe is also on ftp.gwdg.de/pub/linux/misc/ncpfs.
  734.  
  735.   ______________________________________________________________________
  736.   Load command:
  737.           /sbin/modprobe ipx.o
  738.  
  739.           No module parameters.
  740.   ______________________________________________________________________
  741.  
  742.   5.5.  Appletalk DDP (appletalk.o).
  743.  
  744.   Appletalk is the way Apple computers speak to each other on a network.
  745.   EtherTalk is the name used for appletalk over ethernet and Localtalk
  746.   is appletalk over the apple serial links.
  747.  
  748.   ______________________________________________________________________
  749.   Load command:
  750.           /sbin/modprobe appletalk.o
  751.  
  752.           No module parameters.
  753.   ______________________________________________________________________
  754.  
  755.   6.  SCSI Support.
  756.  
  757.   The scsi support in the linux kernel can be modularized in a number of
  758.   different ways depending upon the needs of the end user.  To
  759.   understand  your options, we should first define a few terms.
  760.  
  761.   The scsi-core contains the core of scsi support.  Without it you can
  762.   do nothing with any of the other scsi drivers.  The scsi core support
  763.   can be a module (scsi_mod.o), or it can be build into the kernel.  If
  764.   the core is a module, it must be the first scsi module loaded, and if
  765.   you unload the modules, it will have to be the last one unloaded.
  766.  
  767.   The individual upper and lower level drivers can be loaded in any
  768.   order once the scsi core is present in the kernel (either compiled in
  769.   or loaded as a module).  The disk driver (sd_mod.o), cdrom driver
  770.   (sr_mod.o), tape driver (st.o) and scsi generics driver (sg.o)
  771.   represent the upper level drivers to support the various assorted
  772.   devices which can be controlled.  You can for example load the tape
  773.   driver to use the tape drive, and then unload it once you have no
  774.   further need for the driver (and release the associated memory).
  775.  
  776.   The lower level drivers are the ones that support the individual cards
  777.   that are supported for the hardware platform that you are running
  778.   under.  Examples are aha1542.o to drive Adaptec 1542 cards.
  779.  
  780.   6.1.  SCSI Required Core Support.
  781.  
  782.   6.1.1.  SCSI Core support (scsi_mod.o).
  783.  
  784.   ______________________________________________________________________
  785.   Load command:
  786.           /sbin/modprobe scsi_mod.o
  787.  
  788.           No module parameters.
  789.   ______________________________________________________________________
  790.  
  791.   6.2.  SCSI High level support.
  792.  
  793.   6.2.1.  SCSI Disk support (sd_mod.o).
  794.  
  795.   ______________________________________________________________________
  796.   Load command:
  797.           /sbin/modprobe sd_mod.o
  798.  
  799.           No module parameters.
  800.   ______________________________________________________________________
  801.  
  802.   6.2.2.  SCSI Tape support (st.o).
  803.  
  804.   ______________________________________________________________________
  805.   Load command:
  806.           /sbin/modprobe st.o
  807.  
  808.           No module parameters.
  809.           Boottime parameters available, see BootPrompt-HOWTO.
  810.   ______________________________________________________________________
  811.  
  812.   6.2.3.  SCSI CDrom support (sr_mod.o).
  813.  
  814.   ______________________________________________________________________
  815.   Load command:
  816.           /sbin/modprobe sr_mod.o
  817.  
  818.           No module parameters.
  819.   ______________________________________________________________________
  820.  
  821.   6.2.4.  SCSI generic support (sg.o).
  822.  
  823.   ______________________________________________________________________
  824.   Load command:
  825.           /sbin/modprobe sg.o
  826.  
  827.           No module parameters.
  828.   ______________________________________________________________________
  829.  
  830.   6.3.  SCSI Low Level Device Driver Support.
  831.  
  832.   Most SCSI-card drivers don't support module parameters, they do
  833.   generally autoprobe for card settings.  Do read the SCSI-HOWTO
  834.   document and README files in /usr/src/linux/drivers/scsi to to find
  835.   out about your hardware.  If your card is located in some
  836.   unconventional i/o-address you must load the driver permanently into
  837.   the kernel and use Boottime options, see BootPrompt-HOWTO.  Optionally
  838.   you can twiddle The Source and recompile.
  839.  
  840.   6.3.1.  7000FASST SCSI support (wd7000.o),
  841.  
  842.   ______________________________________________________________________
  843.   Load command:
  844.           /sbin/modprobe wd7000.o
  845.  
  846.           No module parameters.
  847.           Autoprobes the card, requires installed BIOS.
  848.           Boottime parameters available, see BootPrompt-HOWTO.
  849.   ______________________________________________________________________
  850.  
  851.   6.3.2.  Adaptec AHA152X/2825 support (aha154x.o).
  852.  
  853.   ______________________________________________________________________
  854.   Load command:
  855.           /sbin/modprobe aha154x.o
  856.  
  857.           No module parameters.
  858.           Autoprobes the card, requires installed BIOS.
  859.           Boottime parameters available, see BootPrompt-HOWTO.
  860.   ______________________________________________________________________
  861.  
  862.   6.3.3.  Adaptec AHA1542 support (aha1542.o).
  863.  
  864.   ______________________________________________________________________
  865.   Load command:
  866.           /sbin/modprobe aha1542.o
  867.  
  868.           No module parameters.
  869.           Autoprobes card at 0x330 and 0x334 only.
  870.           Boottime parameters available, see BootPrompt-HOWTO.
  871.   ______________________________________________________________________
  872.  
  873.   6.3.4.  Adaptec AHA1740 EISA support (aha1740.o).
  874.  
  875.   ______________________________________________________________________
  876.   Load command:
  877.           /sbin/modprobe aha1740.o
  878.  
  879.           No module parameters.
  880.           Autoprobes the card.
  881.   ______________________________________________________________________
  882.  
  883.   6.3.5.  Adaptec AHA274X/284X/294X support (aic7xxx.o).
  884.  
  885.   ______________________________________________________________________
  886.   Load command:
  887.           /sbin/modprobe aic7xxx.o
  888.  
  889.           No module parameters.
  890.           Autoprobes the card, BIOS must be enabled.
  891.           Boottime parameters available, see BootPrompt-HOWTO.
  892.   ______________________________________________________________________
  893.  
  894.   6.3.6.  AdvanSys SCSI support (advansys.o).
  895.  
  896.   ______________________________________________________________________
  897.   Load command:
  898.           /sbin/modprobe advansys.o [parameters]
  899.  
  900.           asc_iopflag=1                   enable=1, disable=0 port scanning
  901.           asc_ioport=0x110,0x330          ports to scan
  902.           asc_dbglvl=1                    debugging level
  903.                                              0: Errors Only
  904.                                              1: High-Level Tracing
  905.                                              2-N: Verbose Tracing
  906.  
  907.           Boottime parameters available, see BootPrompt-HOWTO.
  908.   ______________________________________________________________________
  909.  
  910.   6.3.7.  Always IN2000 SCSI support (in2000.o).
  911.  
  912.   ______________________________________________________________________
  913.   Load command:
  914.           /sbin/modprobe in2000.o
  915.  
  916.           No module parameters.
  917.           Autoprobes the card, BIOS not required.
  918.   ______________________________________________________________________
  919.  
  920.   6.3.8.  BusLogic SCSI support (BusLogic.o).
  921.  
  922.   The list of supported BusLogic cards is long.  Read
  923.   usr/src/linux/drivers/scsi/README.BusLogic to get the total picture.
  924.  
  925.   ______________________________________________________________________
  926.   Load command:
  927.           /sbin/modprobe BusLogic.o
  928.  
  929.           No module parameters.
  930.           Boottime parameters available, see BootPrompt-HOWTO.
  931.   ______________________________________________________________________
  932.  
  933.   6.3.9.  DTC3180/3280 SCSI support (dtc.o).
  934.  
  935.   ______________________________________________________________________
  936.   Load command:
  937.           /sbin/modprobe dtc.o
  938.  
  939.           No module parameters.
  940.           Autoprobes the card.
  941.           Boottime parameters available, see BootPrompt-HOWTO.
  942.   ______________________________________________________________________
  943.  
  944.   6.3.10.  EATA ISA/EISA (DPT PM2011/021/012/022/122/322) support
  945.   (eata.o).
  946.  
  947.   ______________________________________________________________________
  948.   Load command:
  949.           /sbin/modprobe eata.o
  950.  
  951.           No module parameters.
  952.           Boottime parameters available, see BootPrompt-HOWTO.
  953.   ______________________________________________________________________
  954.  
  955.   6.3.11.  EATA-DMA (DPT, NEC, AT&T, SNI, AST, Olivetti, Alphatronix)
  956.   (eata_dma.o).
  957.  
  958.   Includes DPT Smartcache, Smartcache III and SmartRAID.
  959.  
  960.   ______________________________________________________________________
  961.   Load command:
  962.           /sbin/modprobe eata_dma.o
  963.  
  964.           No module parameters.
  965.           Autoprobe works in all configurations.
  966.   ______________________________________________________________________
  967.  
  968.   6.3.12.  EATA-PIO (old DPT PM2001, PM2012A) support (eata_pio.o).
  969.  
  970.   ______________________________________________________________________
  971.   Load command:
  972.           /sbin/modprobe eata_pio.o
  973.  
  974.           No module parameters.
  975.   ______________________________________________________________________
  976.  
  977.   6.3.13.  Future Domain 16xx SCSI support (fdomain.o).
  978.  
  979.   ______________________________________________________________________
  980.   Load command:
  981.           /sbin/modprobe fdomain.o
  982.  
  983.           No module parameters.
  984.           Autoprobes the card, requires installed BIOS.
  985.   ______________________________________________________________________
  986.  
  987.   6.3.14.  Generic NCR5380/53c400 SCSI support (NCR5380.o).
  988.  
  989.   ______________________________________________________________________
  990.   Load command:
  991.           /sbin/modprobe NCR5380.o
  992.  
  993.                   ncr_irq=xx      the interrupt
  994.                   ncr_addr=xx     the port or base address (for port or
  995.                                   memory mapped, resp.)
  996.                   ncr_dma=xx      the DMA
  997.                   ncr_5380=1      to set up for a NCR5380 board
  998.                   ncr_53c400=1    to set up for a NCR53C400 board
  999.  
  1000.           modprobe g_NCR5380 ncr_irq=5 ncr_addr=0x350 ncr_5380=1
  1001.            - for a port mapped NCR5380 board or
  1002.  
  1003.           modprobe g_NCR5380 ncr_irq=255 ncr_addr=0xc8000 ncr_53c400=1
  1004.            - for a memory mapped NCR53C400 board with interrupts disabled.
  1005.  
  1006.           (255 should be specified for no or DMA interrupt,
  1007.            254 to autoprobe for an IRQ line if overridden on the command line.)
  1008.  
  1009.           Boottime parameters available, see BootPrompt-HOWTO.
  1010.   ______________________________________________________________________
  1011.  
  1012.   6.3.15.  NCR53c406a SCSI support (NCR53c406a.o).
  1013.  
  1014.   ______________________________________________________________________
  1015.   Load command:
  1016.           /sbin/modprobe NCR53c406a.o
  1017.  
  1018.           No module parameters.
  1019.           Boottime parameters available, see BootPrompt-HOWTO.
  1020.   ______________________________________________________________________
  1021.  
  1022.   6.3.16.  NCR53c7,8xx SCSI support (53c7,8xx.o).
  1023.  
  1024.   ______________________________________________________________________
  1025.   Load command:
  1026.           /sbin/modprobe 53c7,8xx.o
  1027.  
  1028.           No module parameters.
  1029.           Autoprobes the card, requires installed BIOS.
  1030.           Boottime parameters available, see BootPrompt-HOWTO.
  1031.   ______________________________________________________________________
  1032.  
  1033.   6.3.17.  PCI-SCSI NCR538xx family support (ncr53c8xx.o).
  1034.  
  1035.   ______________________________________________________________________
  1036.   Load command:
  1037.           /sbin/modprobe ncr53c8xx.o
  1038.  
  1039.           No module parameters.
  1040.   ______________________________________________________________________
  1041.  
  1042.   6.3.18.  IOMEGA Parallel Port ZIP drive SCSI support (ppa.o).
  1043.  
  1044.   Check file /usr/src/linux/drivers/scsi/README.ppa for detailed
  1045.   information.
  1046.  
  1047.   ______________________________________________________________________
  1048.   Load command:
  1049.           /sbin/modprobe ppa.o ppa_base=0x378 ppa_nybble=1
  1050.  
  1051.           Here are the parameters and their functions:
  1052.  
  1053.           Variable        Default    Description
  1054.  
  1055.           ppa_base        0x378   The base address of PPA's parallel port.
  1056.           ppa_speed_high  1       Microsecond i/o delay used in data transfers
  1057.           ppa_speed_low   6       Microsecond delay used in other operations
  1058.           ppa_nybble      0       1 to force the driver to use 4-bit mode.
  1059.   ______________________________________________________________________
  1060.  
  1061.   6.3.19.  PAS16 SCSI support(pas16.o).
  1062.  
  1063.   ______________________________________________________________________
  1064.   Load command:
  1065.           /sbin/modprobe pas16.o
  1066.  
  1067.           No module parameters.
  1068.           Autoprobes the card, BIOS not required.
  1069.           Boottime parameters available, see BootPrompt-HOWTO.
  1070.   ______________________________________________________________________
  1071.  
  1072.   6.3.20.  Qlogic FAS SCSI support (qlogicfas.o).
  1073.  
  1074.   ______________________________________________________________________
  1075.   Load command:
  1076.           /sbin/modprobe qlogicfas.o
  1077.  
  1078.           No module parameters.
  1079.           Boottime parameters available, see BootPrompt-HOWTO.
  1080.   ______________________________________________________________________
  1081.  
  1082.   6.3.21.  Qlogic ISP SCSI support (qlogicisp.o).
  1083.  
  1084.   Requires firmware.
  1085.  
  1086.   ______________________________________________________________________
  1087.   Load command:
  1088.           /sbin/modprobe qlogicisp.o
  1089.  
  1090.           No module parameters.
  1091.           Boottime parameters available, see BootPrompt-HOWTO.
  1092.   ______________________________________________________________________
  1093.  
  1094.   6.3.22.  (seagate.o).  Seagate ST-02 and Future Domain TMC-8xx SCSI
  1095.   support
  1096.  
  1097.   ______________________________________________________________________
  1098.   Load command:
  1099.           /sbin/modprobe seagate.o
  1100.  
  1101.           No module parameters.
  1102.           Autoprobes for address only, irq fixed at 5.
  1103.           Requires installed BIOS.
  1104.           Boottime parameters available, see BootPrompt-HOWTO.
  1105.   ______________________________________________________________________
  1106.  
  1107.   6.3.23.  Trantor T128/T128F/T228 SCSI support (t128.o).
  1108.  
  1109.   ______________________________________________________________________
  1110.   Load command:
  1111.           /sbin/modprobe t128.o
  1112.  
  1113.           No module parameters.
  1114.           Autoprobes the card, requires installed BIOS.
  1115.           Boottime parameters available, see BootPrompt-HOWTO.
  1116.   ______________________________________________________________________
  1117.  
  1118.   6.3.24.  UltraStor 14F/34F support (u14-34f.o).
  1119.  
  1120.   ______________________________________________________________________
  1121.   Load command:
  1122.           /sbin/modprobe u14-34f.o
  1123.  
  1124.           No module parameters.
  1125.           Autoprobes the card, NOT 0x310 port, BIOS not required.
  1126.           Boottime parameters available, see BootPrompt-HOWTO.
  1127.   ______________________________________________________________________
  1128.  
  1129.   6.3.25.  UltraStor SCSI support (ultrastor.o).
  1130.  
  1131.   ______________________________________________________________________
  1132.   Load command:
  1133.           /sbin/modprobe ultrastor.o
  1134.  
  1135.           No module parameters.
  1136.           Boottime parameters available, see BootPrompt-HOWTO.
  1137.   ______________________________________________________________________
  1138.  
  1139.   7.  Network device support
  1140.  
  1141.   7.1.  Required and/or optional lowlevel modules.
  1142.  
  1143.   7.1.1.  Optional BSD compressor for PPP (bsd_comp.o).
  1144.  
  1145.   ______________________________________________________________________
  1146.   Load command:
  1147.           /sbin/modprobe bsd_comp.o
  1148.  
  1149.           No module parameters.
  1150.  
  1151.           Depends on ppp.o
  1152.   ______________________________________________________________________
  1153.  
  1154.   7.1.2.  SLHC compressor for PPP (slhc.o).
  1155.  
  1156.   Routines to compress and uncompress tcp packets (for transmission over
  1157.   low speed serial lines).
  1158.  
  1159.   Required by SLIP and PPP (also ISDN-PPP) protocols.
  1160.  
  1161.   ______________________________________________________________________
  1162.   Load command:
  1163.           /sbin/modprobe slhc.o
  1164.  
  1165.           No module parameters.
  1166.   ______________________________________________________________________
  1167.  
  1168.   7.1.3.  A general NS8390 ethernet driver core for linux.(8390.o).
  1169.  
  1170.   This is the chip-specific code for many 8390-based ethernet adaptors.
  1171.   This is not a complete driver, it must be combined with board-specific
  1172.   code such as ne.o, wd.o, 3c503.o, etc.
  1173.  
  1174.   ______________________________________________________________________
  1175.   Load command:
  1176.           /sbin/modprobe 8390.o
  1177.  
  1178.           No module parameters.
  1179.   ______________________________________________________________________
  1180.  
  1181.   7.2.  Dummy net driver support (dummy.o).
  1182.  
  1183.   This is essentially a bit-bucket device (i.e. traffic you send to this
  1184.   device is consigned into oblivion) with a configurable IP address. It
  1185.   is most commonly used in order to make your currently inactive SLIP
  1186.   address seem like a real address for local programs.
  1187.  
  1188.   ______________________________________________________________________
  1189.   Load command:
  1190.           /sbin/modprobe dummy.o
  1191.  
  1192.           No module parameters.
  1193.   ______________________________________________________________________
  1194.  
  1195.   7.3.  EQL (serial line load balancing) support (eql.o).
  1196.  
  1197.   If you have two serial connections to some other computer (this
  1198.   usually requires two modems and two telephone lines) and you use SLIP
  1199.   (= the protocol for sending internet traffic over telephone lines) or
  1200.   PPP (= a better SLIP) on them, you can make them behave like one
  1201.   double speed connection using this driver.
  1202.  
  1203.   ______________________________________________________________________
  1204.   Load command:
  1205.           /sbin/modprobe eql.o
  1206.  
  1207.           No module parameters.
  1208.   ______________________________________________________________________
  1209.  
  1210.   7.4.  Frame relay DLCI support (dlci.o).
  1211.  
  1212.   This is support for the frame relay protocol; frame relay is a fast
  1213.   low-cost way to connect to a remote internet access provider or to
  1214.   form a private wide area network. The one physical line from your box
  1215.   to the local "switch" (i.e. the entry point to the frame relay
  1216.   network) can carry several logical point-to-point connections to other
  1217.   computers connected to the frame relay network. For a general
  1218.   explanation of the protocol, check out http://frame-
  1219.   relay.indiana.edu/4000/4000index.html on the WWW.  To use frame relay,
  1220.   you need supporting hardware (FRAD) and certain programs from the net-
  1221.   tools package as explained in Documentation/networking/framerelay.txt.
  1222.  
  1223.   ______________________________________________________________________
  1224.   Load command:
  1225.           /sbin/modprobe dlci.o
  1226.  
  1227.           No module parameters.
  1228.   ______________________________________________________________________
  1229.  
  1230.   7.5.  Sangoma S502A FRAD support (sdla.o).
  1231.  
  1232.   This is a driver for the Sangoma S502A, S502E and S508 Frame Relay
  1233.   Access Devices. These are multi-protocol cards, but only frame relay
  1234.   is supported by the driver at this time. Please read
  1235.   Documentation/networking/framerelay.txt.
  1236.  
  1237.   ______________________________________________________________________
  1238.   Load command:
  1239.           /sbin/modprobe sdla.o
  1240.  
  1241.           No module parameters.
  1242.  
  1243.           Depends on dlci.o
  1244.   ______________________________________________________________________
  1245.  
  1246.   7.6.  PLIP (parallel port) support (plip.o).
  1247.  
  1248.   PLIP (Parallel Line Internet Protocol) is used to create a mini
  1249.   network consisting of two (or, rarely, more) local machines. The
  1250.   parallel ports (the connectors at the computers with 25 holes) are
  1251.   connected using "null printer" or "Turbo Laplink" cables which can
  1252.   transmit 4 bits at a time or using special PLIP cables, to be used on
  1253.   bidirectional parallel ports only, which can transmit 8 bits at a time
  1254.   (you can find the wiring of these cables in drivers/net/README?.plip).
  1255.   The cables can be up to 15m long. This works also if one of the
  1256.   machines runs DOS/Windows and has some PLIP software installed, e.g.
  1257.   the Crynwr PLIP packet driver
  1258.   http://sunsite.cnam.fr/packages/Telnet/PC/msdos/misc/pktdrvr.txt and
  1259.   winsock or NCSA's telnet.
  1260.  
  1261.   ______________________________________________________________________
  1262.   Load command:
  1263.           /sbin/modprobe plip.o io=0x378 irq=7
  1264.  
  1265.           io = 0
  1266.           irq = 0         (by default, uses IRQ 5 for port at 0x3bc,
  1267.                                             IRQ 7 for port at 0x378,
  1268.                                         and IRQ 2 for port at 0x278)
  1269.           (Probes ports: 0x278, 0x378, 0x3bc)
  1270.   ______________________________________________________________________
  1271.  
  1272.   7.7.  PPP (point-to-point) support (ppp.o).
  1273.  
  1274.   To use PPP you need an additional program called pppd as described in
  1275.   Documentation/networking/ppp.txt and in the PPP-HOWTO, available from
  1276.   sunsite.unc.edu:/pub/Linux/docs/HOWTO.
  1277.  
  1278.   ______________________________________________________________________
  1279.   Load command:
  1280.           /sbin/modprobe ppp.o
  1281.  
  1282.           No module parameters.
  1283.  
  1284.           Depends on slhc.o
  1285.           Also depends on serial.o, this is not detected automatically,
  1286.           so serial.o must be loaded manually.
  1287.   ______________________________________________________________________
  1288.  
  1289.   7.8.  SLIP (serial line) support (slip.o).
  1290.  
  1291.   SLIP (Serial Line Internet Protocol) is the protocol used to send
  1292.   Internet traffic over telephone lines or serial cables (also known as
  1293.   nullmodems).
  1294.  
  1295.   ______________________________________________________________________
  1296.   Load command:
  1297.           /sbin/modprobe slip.o
  1298.  
  1299.           slip_maxdev = 256 (default value from SL_NRUNIT on slip.h)
  1300.  
  1301.           Depends on slhc.o
  1302.           Also depends on serial.o, this is not detected automatically,
  1303.           so serial.o must be loaded manually.
  1304.   ______________________________________________________________________
  1305.  
  1306.   7.9.  Amateur Radio and wireless network interfaces.
  1307.  
  1308.   7.9.1.  (baycom.o).  BAYCOM ser12 and par96 kiss emulation driver for
  1309.   AX.25
  1310.  
  1311.   This is a driver for Baycom style simple amateur radio modems that
  1312.   connect to either a serial interface or a parallel interface. The
  1313.   driver supports the ser12 and par96 designs. To configure the driver,
  1314.   use the setbaycom utility available from
  1315.   http://www.ife.ee.ethz.ch/~sailer/ham/ham.html#lnxbay. For
  1316.   informations on the modems, see http://www.baycom.de and
  1317.   drivers/char/README.baycom.
  1318.  
  1319.   ______________________________________________________________________
  1320.   Load command:
  1321.           /sbin/modprobe baycom.o modem=1 iobase=0x3f8 irq=4 options=1
  1322.  
  1323.           major   major number the driver should use; default 60
  1324.           modem   modem type of the first channel (minor 0); 1=ser12,
  1325.                   2=par96/par97, any other value invalid
  1326.           iobase  base address of the port; common values are for ser12 0x3f8,
  1327.                   0x2f8, 0x3e8, 0x2e8 and for par96/par97 0x378, 0x278, 0x3bc
  1328.           irq     interrupt line of the port; common values are for ser12 3,4
  1329.                   and for par96/par97 7
  1330.           options 0=use hardware DCD, 1=use software DCD
  1331.   ______________________________________________________________________
  1332.  
  1333.   7.9.2.  STRIP (Metricom starmode radio IP) strip.o).
  1334.  
  1335.   STRIP is a radio protocol developed for the MosquitoNet project
  1336.   (http://mosquitonet.stanford.edu/) to send Internet traffic using
  1337.   Metricom radios.  Metricom radios are small, battery powered,
  1338.   100kbit/sec packet radio transceivers, about the size and weight of a
  1339.   cellular telephone.  (You may also have heard them called "Metricom
  1340.   modems" but we avoid the term "modem" because it misleads many people
  1341.   into thinking that you can plug a Metricom modem into a phone line and
  1342.   use it as a modem.)  You can use STRIP on any Linux machine with a
  1343.   serial port, although it is obviously most useful for people with
  1344.   laptop computers.
  1345.  
  1346.   ______________________________________________________________________
  1347.   Load command:
  1348.           /sbin/modprobe strip.o
  1349.  
  1350.           No module parameters.
  1351.   ______________________________________________________________________
  1352.  
  1353.   7.9.3.  WaveLAN support (wavelan.o).
  1354.  
  1355.   These are cards for wireless ethernet-like networking. Supported are
  1356.   AT&T GIS and NCR WaveLAN cards.
  1357.  
  1358.   ______________________________________________________________________
  1359.   Load command:
  1360.           /sbin/modprobe wavelan.o
  1361.  
  1362.           io = 0x390      (Settable, but change not recommended)
  1363.           irq = 0         (Not honoured, if changed..)
  1364.   ______________________________________________________________________
  1365.  
  1366.   7.9.4.  WIC Radio IP bridge (wic.o).
  1367.  
  1368.   Support for the WIC parallel port radio bridge.
  1369.  
  1370.   ______________________________________________________________________
  1371.   Load command:
  1372.           /sbin/modprobe wic.o
  1373.  
  1374.           It appears that devices 'wic0', 'wic1' and 'wic2' have direct
  1375.           relations to corresponding 'lpx' ports.
  1376.   ______________________________________________________________________
  1377.  
  1378.   7.9.5.  Z8530 SCC kiss emulation driver for AX.25 (scc.o).
  1379.  
  1380.   These cards are used to connect your Linux box to an amateur radio in
  1381.   order to communicate with other computers.  If you want to use this,
  1382.   read Documentation/networking/z8530drv.txt and the HAM-HOWTO.
  1383.  
  1384.   ______________________________________________________________________
  1385.   Load command:
  1386.           /sbin/modprobe scc.o
  1387.  
  1388.           No module parameters.
  1389.   ______________________________________________________________________
  1390.  
  1391.   7.10.  3COM Ethernet cards.
  1392.  
  1393.   7.10.1.  3c501 support (3c501.o).
  1394.  
  1395.   ______________________________________________________________________
  1396.   Load command:
  1397.           /sbin/modprobe 3c501.o
  1398.  
  1399.           io  = 0x280     IO base address
  1400.           irq = 5         IRQ
  1401.           (Probes ports:  0x280, 0x300)
  1402.   ______________________________________________________________________
  1403.  
  1404.   7.10.2.  3c503 support (3c503.o).
  1405.  
  1406.   ______________________________________________________________________
  1407.   Load command:
  1408.           /sbin/modprobe 3c503.o
  1409.  
  1410.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1411.           irq = 0         (IRQ software selected by driver using autoIRQ)
  1412.           xcvr = 0        (Use xcvr=1 to select external transceiver.)
  1413.           (Probes ports: 0x300, 0x310, 0x330, 0x350, 0x250, 0x280, 0x2A0,0x2E0)
  1414.  
  1415.           Depends on 8390.o
  1416.   ______________________________________________________________________
  1417.  
  1418.   7.10.3.  3c505 support (3c505.o).
  1419.  
  1420.   ______________________________________________________________________
  1421.   Load command:
  1422.           /sbin/modprobe 3c505.o
  1423.  
  1424.           io = 0x300
  1425.           irq = 0
  1426.           (Probes ports: 0x300, 0x280, 0x310)
  1427.   ______________________________________________________________________
  1428.  
  1429.   7.10.4.  3c507 support (3c507.o).
  1430.  
  1431.   ______________________________________________________________________
  1432.   Load command:
  1433.           /sbin/modprobe 3c507.o
  1434.  
  1435.           io = 0x300
  1436.           irq = 0
  1437.           (Probes ports: 0x300, 0x320, 0x340, 0x280)
  1438.   ______________________________________________________________________
  1439.  
  1440.   7.10.5.  3c509/3c579 support (3c509.o).
  1441.  
  1442.   ______________________________________________________________________
  1443.   Load command:
  1444.           /sbin/modprobe 3c509.o
  1445.  
  1446.           io = 0
  1447.           irq = 0
  1448.           ( Module load-time probing Works reliably only on EISA, ISA ID-PROBE
  1449.             IS NOT RELIABLE!  Compile this driver statically into kernel for
  1450.             now, if you need it auto-probing on an ISA-bus machine. )
  1451.   ______________________________________________________________________
  1452.  
  1453.   7.10.6.  3c590 series "Vortex" support (3c59x.o).
  1454.  
  1455.   Provides support for folloving cards :
  1456.  
  1457.   ╖  3c590 Vortex 10Mbps.
  1458.  
  1459.   ╖  3c595 Vortex 100baseTX.
  1460.  
  1461.   ╖  3c595 Vortex 100baseT4.
  1462.  
  1463.   ╖  3c595 Vortex 100base-MII.
  1464.  
  1465.   ╖  EISA Vortex 3c597.
  1466.  
  1467.      ___________________________________________________________________
  1468.      Load command:
  1469.              /sbin/modprobe 3c59x.o debug=1 options=0,,12
  1470.  
  1471.              This sets the debug message level to minimal messages,
  1472.              sets the first card to the 10baseT transceiver, the second
  1473.              to the EEPROM-set transceiver, and the third card to operate
  1474.              in full-duplex mode using its 100baseTx transceiver.
  1475.              (Note: card ordering is set by the PCI BIOS.)
  1476.  
  1477.              Possible media type settings
  1478.                      0       10baseT
  1479.                      1       10Mbs AUI
  1480.                      2       undefined
  1481.                      3       10base2 (BNC)
  1482.                      4       100base-TX
  1483.                      5       100base-FX
  1484.                      6       MII (not yet available)
  1485.                      7       <Use default setting>
  1486.  
  1487.                      8       Full-duplex bit
  1488.                      8       10baseT full-duplex
  1489.                      12      100baseTx full-duplex
  1490.                      16      Bus-master enable bit (experimental use only!)
  1491.  
  1492.              Details of the device driver implementation are at the top of
  1493.              the source file.
  1494.      ___________________________________________________________________
  1495.  
  1496.   7.11.  Western Digital/SMC Ethernet cards.
  1497.  
  1498.   7.11.1.  WD80*3 support (wd.o).
  1499.  
  1500.   ______________________________________________________________________
  1501.   Load command:
  1502.           /sbin/modprobe wd.o
  1503.  
  1504.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1505.           irq = 0         (IRQ val. read from EEPROM, ancient cards use autoIRQ)
  1506.           mem = 0         (Force shared-memory on address 0xC8000, or whatever..)
  1507.           mem_end = 0     (Force non-std. mem. size via supplying mem_end val.)
  1508.                           (eg. for 32k WD8003EBT, use mem=0xd0000 mem_end=0xd8000
  1509.           (Probes ports:  0x300, 0x280, 0x380, 0x240)
  1510.  
  1511.           Depends on 8390.o
  1512.   ______________________________________________________________________
  1513.  
  1514.   7.11.2.  SMC Ultra/EtherEZ support (smc-ultra.o).
  1515.  
  1516.   ______________________________________________________________________
  1517.   Load command:
  1518.           /sbin/modprobe smc-ultra.o
  1519.  
  1520.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1521.           irq = 0         (IRQ val. read from EEPROM)
  1522.           (Probes ports:  0x200, 0x220, 0x240, 0x280, 0x300, 0x340, 0x380)
  1523.  
  1524.           Depends on 8390.o
  1525.   ______________________________________________________________________
  1526.  
  1527.   7.11.3.  SMC 9194 support (smc9194.o).
  1528.  
  1529.   This is a driver for SMC's 9000 series of Ethernet cards.
  1530.  
  1531.   ______________________________________________________________________
  1532.   Load command:
  1533.           /sbin/modprobe smc9194.o
  1534.  
  1535.           io = 0          for the base address
  1536.           irq = 0         for the IRQ
  1537.           ifport = 0      for autodetect, 1 for TP, 2 for AUI ( or 10base2 )
  1538.  
  1539.           Probes ports:   0x200, 0x220, 0x240, 0x260, 0x280, 0x2A0, 0x2C0, 0x2E0,
  1540.                           0x300, 0x320, 0x340, 0x360, 0x380, 0x3A0, 0x3C0, 0x3E0
  1541.  
  1542.           Debug level setable in smc9194.c driver code.
  1543.   ______________________________________________________________________
  1544.  
  1545.   7.12.  Other Ethernet cards.
  1546.  
  1547.   7.12.1.  AT1700 support (at1700.o).
  1548.  
  1549.   ______________________________________________________________________
  1550.   Load command:
  1551.           /sbin/modprobe at1700.o
  1552.  
  1553.           io = 0x260
  1554.           irq = 0
  1555.  
  1556.           (Probes ports: 0x260, 0x280, 0x2A0, 0x240, 0x340, 0x320, 0x380, 0x300)
  1557.   ______________________________________________________________________
  1558.  
  1559.   7.12.2.  Cabletron E21xx support (e2100.o).
  1560.  
  1561.   ______________________________________________________________________
  1562.   Load command:
  1563.           /sbin/modprobe e2100.o
  1564.  
  1565.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1566.           irq = 0         (IRQ software selected by driver)
  1567.           mem = 0         (Override default shared memory start of 0xd0000)
  1568.           xcvr = 0        (Use xcvr=1 to select external transceiver.)
  1569.           (Probes ports: 0x300, 0x280, 0x380, 0x220)
  1570.  
  1571.           Depends on 8390.o
  1572.   ______________________________________________________________________
  1573.  
  1574.   7.12.3.  DEPCA, DE10x, DE200, DE201, DE202, DE422 support (depca.o).
  1575.  
  1576.   ______________________________________________________________________
  1577.   Load command:
  1578.           /sbin/modprobe depca.o
  1579.  
  1580.           io = 0x200
  1581.           irq = 7
  1582.           (Probes ports:  ISA:  0x300, 0x200;
  1583.                           EISA: 0x0c00            )
  1584.   ______________________________________________________________________
  1585.  
  1586.   7.12.4.  EtherWORKS 3 (DE203, DE204, DE205) support (ewrk3.o).
  1587.  
  1588.   ______________________________________________________________________
  1589.   Load command:
  1590.           /sbin/modprobe ewrk3.o
  1591.  
  1592.           io = 0x300
  1593.           irq = 5
  1594.           (With module no autoprobing!
  1595.            On EISA-bus does EISA probing.
  1596.            Static linkage probes ports on ISA bus:
  1597.                   0x100, 0x120, 0x140, 0x160, 0x180, 0x1A0, 0x1C0,
  1598.                   0x200, 0x220, 0x240, 0x260, 0x280, 0x2A0, 0x2C0, 0x2E0,
  1599.                   0x300,        0x340, 0x360, 0x380, 0x3A0, 0x3C0)
  1600.   ______________________________________________________________________
  1601.  
  1602.   7.12.5.  EtherExpress 16 support (eexpress.o).
  1603.  
  1604.   ______________________________________________________________________
  1605.   Load command:
  1606.           /sbin/modprobe eexpress.o
  1607.  
  1608.           io = 0x300
  1609.           irq = 0         (IRQ value read from EEPROM)
  1610.           (Probes ports: 0x300, 0x270, 0x320, 0x340)
  1611.   ______________________________________________________________________
  1612.  
  1613.   7.12.6.  EtherExpressPro support (eepro.o).
  1614.  
  1615.   ______________________________________________________________________
  1616.   Load command:
  1617.           /sbin/modprobe eepro.o
  1618.  
  1619.           io = 0x200
  1620.           irq = 0
  1621.           (Probes ports: 0x200, 0x240, 0x280, 0x2C0, 0x300, 0x320, 0x340, 0x360)
  1622.   ______________________________________________________________________
  1623.  
  1624.   7.12.7.  Fujitsu FMV-181/182/183/184 support (fmv18x.o).
  1625.  
  1626.   ______________________________________________________________________
  1627.   Load command:
  1628.           /sbin/modprobe fmv18x.o
  1629.  
  1630.           io = 0x220      for the base address
  1631.           irq = 0         for the IRQ
  1632.  
  1633.           Probes ports: 0x220, 0x240, 0x260, 0x280, 0x2a0, 0x2c0, 0x300, 0x340
  1634.   ______________________________________________________________________
  1635.  
  1636.   7.12.8.  HP PCLAN+ (27247B and 27252A) support (hp-plus.o).
  1637.  
  1638.   ______________________________________________________________________
  1639.   Load command:
  1640.           /sbin/modprobe hp-plus.o
  1641.  
  1642.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1643.           irq = 0         (IRQ read from configuration register)
  1644.           (Probes ports: 0x200, 0x240, 0x280, 0x2C0, 0x300, 0x320, 0x340)
  1645.  
  1646.           Depends on 8390.o
  1647.   ______________________________________________________________________
  1648.  
  1649.   7.12.9.  HP PCLAN (27245 and other 27xxx series) support (hp.o).
  1650.  
  1651.   ______________________________________________________________________
  1652.   Load command:
  1653.           /sbin/modprobe hp.o
  1654.  
  1655.           io = 0          (It will complain if you don't supply an "io=0xNNN")
  1656.           irq = 0         (IRQ software selected by driver using autoIRQ)
  1657.           (Probes ports: 0x300, 0x320, 0x340, 0x280, 0x2C0, 0x200, 0x240)
  1658.  
  1659.           Depends on 8390.o
  1660.   ______________________________________________________________________
  1661.  
  1662.   7.12.10.  HP 10/100VG PCLAN (ISA, EISA, PCI) support (hp100.o).
  1663.  
  1664.   ______________________________________________________________________
  1665.   Load command:
  1666.           /sbin/modprobe hp100.o
  1667.  
  1668.           hp100_port = 0 (IO-base address)
  1669.  
  1670.           (Does EISA-probing, if on EISA-slot;
  1671.           On ISA-bus probes all ports from 0x100 thru to 0x3E0
  1672.           in increments of 0x020)
  1673.   ______________________________________________________________________
  1674.  
  1675.   7.12.11.  ICL EtherTeam 16i/32 support (eth16i.o).
  1676.  
  1677.   ______________________________________________________________________
  1678.   Load command:
  1679.           /sbin/modprobe eth16i.o
  1680.  
  1681.           io = 0x2a0      (It will complain if you don't supply an "io=0xNNN")
  1682.           irq = 0         (IRQ software selected by driver using autoIRQ)
  1683.  
  1684.           Probed ports on eth16i card :
  1685.           0x260, 0x280, 0x2A0, 0x240, 0x340, 0x320, 0x380, 0x300
  1686.  
  1687.           Probed ports in eth32i card :
  1688.           0x1000, 0x2000, 0x3000, 0x4000, 0x5000, 0x6000, 0x7000, 0x8000,
  1689.           0x9000, 0xA000, 0xB000, 0xC000, 0xD000, 0xE000, 0xF000
  1690.   ______________________________________________________________________
  1691.  
  1692.   7.12.12.  NE2000/NE1000 support (ne.o).
  1693.  
  1694.   ______________________________________________________________________
  1695.   Load command:
  1696.           /sbin/modprobe ne.o
  1697.  
  1698.           io = 0          (Explicitly *requires* an "io=0xNNN" value)
  1699.           irq = 0         (Tries to determine configured IRQ via autoIRQ)
  1700.           (Probes ports: 0x300, 0x280, 0x320, 0x340, 0x360)
  1701.  
  1702.           Depends on 8390.o
  1703.   ______________________________________________________________________
  1704.  
  1705.   7.12.13.  NI5210 support (ni52.o).
  1706.  
  1707.   ______________________________________________________________________
  1708.   Load command:
  1709.           /sbin/modprobe ni52.o
  1710.  
  1711.           io=0x360
  1712.           irq=9
  1713.           memstart=0xd0000
  1714.           memend=0xd4000
  1715.  
  1716.           Don't use autoprobing, io=0
  1717.   ______________________________________________________________________
  1718.  
  1719.   7.13.  EISA, VLB, PCI and on board controllers
  1720.  
  1721.   7.13.1.  Ansel Communications EISA 3200 support (ac3200.o).
  1722.  
  1723.   ______________________________________________________________________
  1724.   Load command:
  1725.           /sbin/modprobe ac3200.o
  1726.  
  1727.           As this is an EISA board, Autoprobe should work.
  1728.  
  1729.           Depends on 8390.o
  1730.   ______________________________________________________________________
  1731.  
  1732.   7.13.2.  Apricot Xen-II on board ethernet (apricot.o).
  1733.  
  1734.   ______________________________________________________________________
  1735.   Load command:
  1736.           /sbin/modprobe apricot.o
  1737.  
  1738.           io = 0x300  (Can't be altered!)
  1739.           irq = 10
  1740.   ______________________________________________________________________
  1741.  
  1742.   7.13.3.  DE425, DE434, DE435, DE450, DE500 support (de4x5.o).
  1743.  
  1744.   ______________________________________________________________________
  1745.   Load command:
  1746.           /sbin/modprobe de4x5.o
  1747.  
  1748.           io = 0x000b
  1749.           irq = 10
  1750.           is_not_dec = 0
  1751.           For non-DEC card using DEC 21040/21041/21140 chip, set this to 1
  1752.           (EISA, and PCI probing)
  1753.   ______________________________________________________________________
  1754.  
  1755.   7.13.4.  DECchip Tulip (dc21x4x) PCI support (tulip.o).
  1756.  
  1757.   ______________________________________________________________________
  1758.   Load command:
  1759.           /sbin/modprobe tulip.o
  1760.  
  1761.           Read Documentation/networking/tulip.txt
  1762.   ______________________________________________________________________
  1763.  
  1764.   7.13.5.  Digi Intl. RightSwitch SE-X support (dgrs.o).
  1765.  
  1766.   This is a Linux driver for the Digi International RightSwitch SE-X
  1767.   EISA and PCI boards.  These are 4 (EISA) or 6 (PCI) port ethernet
  1768.   switches and a NIC combined into a single board.
  1769.  
  1770.   There is a tool for setting up input and output packet filters on each
  1771.   port, called "dgrsfilt".
  1772.  
  1773.   The management tool lets you watch the performance graphically, as
  1774.   well as set the SNMP agent IP and IPX addresses, IEEE Spanning Tree,
  1775.   and Aging time.  These can also be set from the command line when the
  1776.   driver is loaded.
  1777.  
  1778.   There is also a companion management tool, called "xrightswitch".
  1779.  
  1780.   ______________________________________________________________________
  1781.   Load command:
  1782.           /sbin/modprobe dgrs.o
  1783.  
  1784.           debug=NNN               Debug printing level
  1785.           dma=0/1                 Disable/Enable DMA on PCI card
  1786.           spantree=0/1            Disable/Enable IEEE spanning tree
  1787.           hashexpire=NNN          Change address aging time (default 300 seconds)
  1788.           ipaddr=A,B,C,D          Set SNMP agent IP address i.e. 199,86,8,221
  1789.           ipxnet=NNN              Set SNMP agent IPX network number
  1790.   ______________________________________________________________________
  1791.  
  1792.   7.14.  Pocket and portable adaptors
  1793.  
  1794.   7.14.1.  D-Link DE600 pocket adaptor support (de600.o).
  1795.  
  1796.   ______________________________________________________________________
  1797.   Load command:
  1798.           /sbin/modprobe de600.o
  1799.  
  1800.           de600_debug = 0
  1801.           (On port 0x378, irq 7 -- lpt1;  compile time configurable)
  1802.   ______________________________________________________________________
  1803.  
  1804.   7.14.2.  D-Link DE620 pocket adaptor support (de620.o).
  1805.  
  1806.   ______________________________________________________________________
  1807.   Load command:
  1808.           /sbin/modprobe de620.o
  1809.  
  1810.           bnc = 0, utp = 0        <-- Force media by setting either.
  1811.           io = 0x378              (also compile-time configurable)
  1812.           irq = 7
  1813.   ______________________________________________________________________
  1814.  
  1815.   7.15.  Token Ring driver support
  1816.  
  1817.   7.15.1.  Tropic chipset based adaptor support (ibmtr.o).
  1818.  
  1819.   ______________________________________________________________________
  1820.   Load command:
  1821.           /sbin/modprobe ibmtr.o io=0xa20 irq=0
  1822.  
  1823.           io = 0xa20      You should not use auto-probing with insmod
  1824.           irq = 0
  1825.   ______________________________________________________________________
  1826.  
  1827.   7.16.  ARCnet support (arcnet.o).
  1828.  
  1829.   Read The Fine Information at
  1830.   /usr/src/linux/Documentation/networking/arcnet.txt.  Also Arcnet
  1831.   hardware information arcnet-hardware.txt is found in same place.
  1832.  
  1833.   ______________________________________________________________________
  1834.   Load command:
  1835.           /sbin/modprobe arcnet.o io=0x300 irq=2 shmem=0xd0000
  1836.  
  1837.           You can name the device using something like "device=arc1"
  1838.           (for a second card) or "device=eth0" (for weird reasons) if you like.
  1839.  
  1840.           (When probing, looks at the following possible addresses:
  1841.            Suggested ones:
  1842.                   0x300, 0x2E0, 0x2F0, 0x2D0
  1843.            Other ones:
  1844.                   0x200, 0x210, 0x220, 0x230, 0x240, 0x250, 0x260, 0x270,
  1845.                   0x280, 0x290, 0x2A0, 0x2B0, 0x2C0,
  1846.                          0x310, 0x320, 0x330, 0x340, 0x350, 0x360, 0x370,
  1847.                   0x380, 0x390, 0x3A0,                      0x3E0, 0x3F0  )
  1848.   ______________________________________________________________________
  1849.  
  1850.   8.  ISDN subsystem
  1851.  
  1852.   Setting up ISDN-networking is a complicated task.  Read documentation
  1853.   found in /usr/src/linux/Documentation/isdn.
  1854.  
  1855.   8.1.  ISDN support (isdn.o).
  1856.  
  1857.   ______________________________________________________________________
  1858.   Load command:
  1859.           /sbin/modprobe isdn.o
  1860.  
  1861.           No module parameters.
  1862.  
  1863.           Depends on slhc.o
  1864.   ______________________________________________________________________
  1865.  
  1866.   8.2.  ICN 2B and 4B support (icn.o).
  1867.  
  1868.   ______________________________________________________________________
  1869.   Load command:
  1870.           /sbin/modprobe icn.o [parameters]
  1871.  
  1872.           portbase=p membase=m icn_id=idstring [icn_id2=idstring2]
  1873.  
  1874.           p = portbase            (default: 0x320)
  1875.           m = shared memory       (default: 0xd0000)
  1876.  
  1877.           When using the ICN double card, you MUST define TWO idstrings.
  1878.           idstring must start with a character!
  1879.  
  1880.           Depends on isdn.o
  1881.   ______________________________________________________________________
  1882.  
  1883.   8.3.  PCBIT-D support (pcbit.o).
  1884.  
  1885.   ______________________________________________________________________
  1886.   Load command:
  1887.           /sbin/modprobe pcbit.o
  1888.  
  1889.           mem = 0         default = 0xd0000
  1890.           irq = 0         default = 5
  1891.  
  1892.           Depends on isdn.o
  1893.   ______________________________________________________________________
  1894.  
  1895.   8.4.  Teles/NICCY1016PC/Creatix support (teles.o).
  1896.  
  1897.   ______________________________________________________________________
  1898.   Load command:
  1899.           /sbin/modprobe teles.o io=.....
  1900.  
  1901.           io=m0,i0,p0,d0[,m1,i1,p1,d1 ... ,mn,in,pn,dn] teles_id=idstring
  1902.  
  1903.           m0 = shared memory of 1st card.         (default: 0xd0000
  1904.           i0 = irq of 1st card.                   (default: 15)
  1905.           p0 = portbase of 1st card.              (default: 0xd80)
  1906.           d0 = D-channel protocol of 1st card.    1=1TR6, 2=EDSS1 (default: 2)
  1907.  
  1908.           p1,i1,m1,d1 = Parameters of second card (defaults: none)
  1909.           pn,in,mn,d1 = Parameters of n'th card (up to 16 cards are supported)
  1910.  
  1911.           idstring = Driver-Id for accessing with utilities and identification
  1912.           when using a Line-monitor. (default: none) idstring must start with a character!
  1913.  
  1914.           The type of the card is determined by the port, irq and shared memory:
  1915.  
  1916.           port == 0, shared memory != 0   -> Teles S0-8
  1917.           port != 0, shared memory != 0   -> Teles S0-16.0
  1918.           port != 0, shared memory == 0   -> Teles S0-16.3
  1919.  
  1920.           Depends on isdn.o
  1921.   ______________________________________________________________________
  1922.  
  1923.   9.  CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
  1924.  
  1925.   9.1.  Aztech/Orchid/Okano/Wearnes/TXC/CyDROM support (aztcd.o).
  1926.  
  1927.   ______________________________________________________________________
  1928.   Load command:
  1929.           /sbin/modprobe aztcd.o aztcd=[baseaddress]
  1930.  
  1931.           Read Documentation/cdrom/aztcd for full information.
  1932.   ______________________________________________________________________
  1933.  
  1934.   9.2.  Goldstar R420 CDROM support (gscd.o).
  1935.  
  1936.   For all kind of other information about the GoldStar R420 CDROM and
  1937.   this Linux device driver there is a WWW-URL Page installed:
  1938.   http://linux.rz.fh-hannover.de/~raupach.
  1939.  
  1940.   ______________________________________________________________________
  1941.   Load command:
  1942.           /sbin/modprobe gscd.o gscd=[address]
  1943.  
  1944.           The default base address is 0x340.
  1945.           This will work for most applications.
  1946.           Address selection is accomplished by jumpers PN801-1 to PN801-4
  1947.           on the GoldStar Interface Card.
  1948.           Appropriate settings are: 0x300, 0x310, 0x320, 0x330, 0x340, 0x350,
  1949.           0x360, 0x370, 0x380, 0x390, 0x3A0, 0x3B0, 0x3C0, 0x3D0, 0x3E0, 0x3F0
  1950.   ______________________________________________________________________
  1951.  
  1952.   9.3.  Matsushita/Panasonic/Creative, Longshine, TEAC support
  1953.   (sbpcd.o).
  1954.  
  1955.   ______________________________________________________________________
  1956.   Load command:
  1957.           /sbin/modprobe sbpcd.o sbpcd=[address], x
  1958.  
  1959.           address = ioaddress
  1960.           x       = SBPRO setting, read Documentation/cdrom/sbpcd
  1961.   ______________________________________________________________________
  1962.  
  1963.   9.4.  Mitsumi (standard) no XA/Multisession support (mcd.o).
  1964.  
  1965.   ______________________________________________________________________
  1966.   Load command:
  1967.           /sbin/modprobe mcd.o mcd=0x300,11,0x304,5
  1968.  
  1969.           Where parameters are io and irq in pairs.
  1970.   ______________________________________________________________________
  1971.  
  1972.   9.5.  Mitsumi XA/MultiSession support (mcdx.o).
  1973.  
  1974.   ______________________________________________________________________
  1975.   Load command:
  1976.           /sbin/modprobe mcdx.o mcdx=0x300,11,0x304,5
  1977.  
  1978.           Where parameters are io and irq in pairs.
  1979.   ______________________________________________________________________
  1980.  
  1981.   9.6.  Optics Storage DOLPHIN 8000AT CDROM support (optcd.o).
  1982.  
  1983.   This is the driver for the so-called 'DOLPHIN' drive, with the 34-pin
  1984.   Sony-compatible interface. For the IDE-compatible Optics Storage 8001
  1985.   drive, you will want the ATAPI CDROM driver. The driver also seems to
  1986.   work with the Lasermate CR328A.
  1987.  
  1988.   ______________________________________________________________________
  1989.   Load command:
  1990.           /sbin/modprobe optcd.o optcd=0x340
  1991.  
  1992.           Where parameter is the baseaddress of your card.
  1993.   ______________________________________________________________________
  1994.  
  1995.   9.7.  Philips/LMS CM206 CDROM support (cm206.o).
  1996.  
  1997.   This is the driver for the Philips/LMS cdrom drive cm206 in
  1998.   combination with the cm260 host adapter card.
  1999.  
  2000.   ______________________________________________________________________
  2001.   Load command:
  2002.           /sbin/modprobe cm206.o cm206=0x300,11
  2003.  
  2004.           Where parameters are the baseport and irq of your card.
  2005.           The order of baseport and irq line doesn't matter.
  2006.           You may specify only one,
  2007.           the other will have the value of the compiled-in default.
  2008.   ______________________________________________________________________
  2009.  
  2010.   9.8.  Sanyo CDR-H94A CDROM support (sjcd.o).
  2011.  
  2012.   ______________________________________________________________________
  2013.   Load command:
  2014.           /sbin/modprobe sjcd.o sjcd_base=0x340
  2015.  
  2016.           Where parameter is the baseaddress of your card.
  2017.           Default address = 0x340,  no irq,  no dma.
  2018.   ______________________________________________________________________
  2019.  
  2020.   9.9.  ISP16/MAD16/Mozart soft configurable cdrom interface support
  2021.   (isp16.o).
  2022.  
  2023.   ______________________________________________________________________
  2024.   Load command:
  2025.           /sbin/modprobe isp16.o [parameters]
  2026.  
  2027.           isp16_cdrom_base=<port>
  2028.           isp16_cdrom_irq=<irq>
  2029.           isp16_cdrom_dma=<dma>
  2030.           isp16_cdrom_type=<drive_type>
  2031.  
  2032.           Valid values are:
  2033.             port=0x340,0x320,0x330,0x360
  2034.             irq=0,3,5,7,9,10,11
  2035.             dma=0,3,5,6,7
  2036.             drive_type=noisp16,Sanyo,Panasonic,Sony,Mitsumi.
  2037.  
  2038.             Note that these options are case sensitive.
  2039.   ______________________________________________________________________
  2040.  
  2041.   9.10.  Sony CDU31A/CDU33A CDROM support (cdu31a.o).
  2042.  
  2043.   ______________________________________________________________________
  2044.   Load command:
  2045.           /sbin/modprobe cdu31a.o [parameters]
  2046.  
  2047.           cdu31a_port=<I/O address> - sets the base I/O.
  2048.           This must be specified.
  2049.  
  2050.           cdu31a_irq=<interrupt> - Sets the interrupt number.
  2051.           Leaving this off will turn interrupts off.
  2052.   ______________________________________________________________________
  2053.  
  2054.   9.11.  Sony CDU535 CDROM support (sonycd535.o).
  2055.  
  2056.   ______________________________________________________________________
  2057.   Load command:
  2058.           /sbin/modprobe sonycd535.o sonycd535=[address]
  2059.  
  2060.           Where parameter is the baseaddress of your card.
  2061.   ______________________________________________________________________
  2062.  
  2063.   10.  Filesystems
  2064.  
  2065.   10.1.  Minix fs support(minix.o).
  2066.  
  2067.   ______________________________________________________________________
  2068.   Load command:
  2069.           /sbin/modprobe minix.o
  2070.  
  2071.           No module parameters.
  2072.   ______________________________________________________________________
  2073.  
  2074.   10.2.  Extended fs support (ext.o).
  2075.  
  2076.   ______________________________________________________________________
  2077.   Load command:
  2078.           /sbin/modprobe ext.o
  2079.  
  2080.           No module parameters.
  2081.   ______________________________________________________________________
  2082.  
  2083.   10.3.  Second extended fs support (ext2.o).
  2084.  
  2085.   ______________________________________________________________________
  2086.   Load command:
  2087.           /sbin/modprobe ext2.o
  2088.  
  2089.           No module parameters.
  2090.   ______________________________________________________________________
  2091.  
  2092.   10.4.  xiafs filesystem support (xiafs.o).
  2093.  
  2094.   ______________________________________________________________________
  2095.   Load command:
  2096.           /sbin/modprobe xiafs.o
  2097.  
  2098.           No module parameters.
  2099.   ______________________________________________________________________
  2100.  
  2101.   10.5.  DOS FAT fs support (fat.o).
  2102.  
  2103.   ______________________________________________________________________
  2104.   Load command:
  2105.           /sbin/modprobe fat.o
  2106.  
  2107.           No module parameters.
  2108.   ______________________________________________________________________
  2109.  
  2110.   10.6.  MSDOS fs support (msdos.o).
  2111.  
  2112.   ______________________________________________________________________
  2113.   Load command:
  2114.           /sbin/modprobe msdos.o
  2115.  
  2116.           No module parameters.
  2117.           Depends on fat.o.
  2118.   ______________________________________________________________________
  2119.  
  2120.   10.7.  VFAT (Windows-95) fs support (vfat.o).
  2121.  
  2122.   ______________________________________________________________________
  2123.   Load command:
  2124.           /sbin/modprobe vfat.o
  2125.  
  2126.           No module parameters.
  2127.           Depends on fat.o.
  2128.   ______________________________________________________________________
  2129.  
  2130.   10.8.  UMSDOS: Unix like fs on top of std MSDOS FAT fs (umsdos.o).
  2131.  
  2132.   ______________________________________________________________________
  2133.   Load command:
  2134.           /sbin/modprobe vfat.o
  2135.  
  2136.           No module parameters.
  2137.           Depends on fat.o and msdos.o.
  2138.   ______________________________________________________________________
  2139.  
  2140.   10.9.  NFS filesystem support (nfs.o).
  2141.  
  2142.   ______________________________________________________________________
  2143.   Load command:
  2144.           /sbin/modprobe nfs.o
  2145.  
  2146.           No module parameters.
  2147.   ______________________________________________________________________
  2148.  
  2149.   10.10.  SMB filesystem support (to mount WfW shares etc..) (smbfs.o).
  2150.  
  2151.   smbfs is a filesystem which understands the SMB protocol. This is the
  2152.   protocol Windows for Workgroups, Windows NT or Lan Manager use to talk
  2153.   to each other. smbfs was inspired by samba, the program written by
  2154.   Andrew Tridgell that turns any unix host into a file server for DOS or
  2155.   Windows clients.  See ftp://nimbus.anu.edu.au/pub/tridge/samba/ for
  2156.   this interesting program suite and lots of more information on SMB and
  2157.   NetBIOS over TCP/IP. There you also find explanation for concepts like
  2158.   netbios name or share.
  2159.  
  2160.   To use smbfs, you need a special mount program, which can be found in
  2161.   the ksmbfs package, found on
  2162.   sunsite.unc.edu:/pub/Linux/system/Filesystems/smbfs.
  2163.  
  2164.   ______________________________________________________________________
  2165.   Load command:
  2166.           /sbin/modprobe smbfs.o
  2167.  
  2168.           No module parameters.
  2169.   ______________________________________________________________________
  2170.  
  2171.   10.11.  NCP filesystem support (to mount NetWare volumes) (ncpfs.o).
  2172.  
  2173.   ncpfs is a filesystem which understands the NCP protocol, designed by
  2174.   the Novell Corporation for their NetWare(tm) product. NCP is
  2175.   functionally similar to the NFS used in the tcp/ip community.  To
  2176.   mount a Netware-Filesystem, you need a special mount program, which
  2177.   can be found in ncpfs package. Homesite for ncpfs is
  2178.   ftp.gwdg.de/pub/linux/misc/ncpfs, but sunsite and its many mirrors
  2179.   will have it as well.
  2180.  
  2181.   Related products are linware and mars_nwe, which will give Linux
  2182.   partial NetWare Server functionality.
  2183.  
  2184.   Linware's home site is: klokan.sh.cvut.cz/pub/linux/linware,
  2185.  
  2186.   Mars_nwe can be found on ftp.gwdg.de/pub/linux/misc/ncpfs.
  2187.  
  2188.   ______________________________________________________________________
  2189.   Load command:
  2190.           /sbin/modprobe ncpfs.o
  2191.  
  2192.           No module parameters.
  2193.  
  2194.           Depends on ipx.o
  2195.   ______________________________________________________________________
  2196.  
  2197.   10.12.  ISO9660 cdrom filesystem support (isofs.o).
  2198.  
  2199.   ______________________________________________________________________
  2200.   Load command:
  2201.           /sbin/modprobe isofs.o
  2202.  
  2203.           No module parameters.
  2204.   ______________________________________________________________________
  2205.  
  2206.   10.13.  OS/2 HPFS filesystem support (read only) (hpfs.o)
  2207.  
  2208.   ______________________________________________________________________
  2209.   Load command:
  2210.           /sbin/modprobe hpfs.o
  2211.  
  2212.           No module parameters.
  2213.   ______________________________________________________________________
  2214.  
  2215.   10.14.  System V and Coherent filesystem support (sysv.o).
  2216.  
  2217.   This is the implementation of the SystemV/Coherent filesystem for
  2218.   Linux.
  2219.  
  2220.   It implements all of
  2221.  
  2222.   ╖  Xenix FS,
  2223.  
  2224.   ╖  SystemV/386 FS,
  2225.  
  2226.   ╖  Coherent FS.
  2227.  
  2228.   ______________________________________________________________________
  2229.   Load command:
  2230.           /sbin/modprobe sysv.o
  2231.  
  2232.           No module parameters.
  2233.   ______________________________________________________________________
  2234.  
  2235.   10.15.  Amiga FFS filesystem support  (affs.o).
  2236.  
  2237.   ______________________________________________________________________
  2238.   Load command:
  2239.           /sbin/modprobe affs.o
  2240.  
  2241.           No module parameters.
  2242.   ______________________________________________________________________
  2243.  
  2244.   10.16.  UFS filesystem support (read only) (ufs.o).
  2245.  
  2246.   Apparently for mounting disks with FreeBSD and/or Sun partitions.  No
  2247.   documentation exists, apart from The Source.
  2248.  
  2249.   ______________________________________________________________________
  2250.   Load command:
  2251.           /sbin/modprobe ufs.o
  2252.  
  2253.           No module parameters.
  2254.   ______________________________________________________________________
  2255.  
  2256.   11.  Character devices
  2257.  
  2258.   11.1.  Support for user misc device modules (misc.o).
  2259.  
  2260.   This module is used by atixlmouse, busmouse, msbusmouse, psaux, wdt
  2261.   and softdog modules and it is automatically generated if required.
  2262.  
  2263.   ______________________________________________________________________
  2264.   Load command:
  2265.           /sbin/modprobe misc.o
  2266.  
  2267.           No module parameters.
  2268.   ______________________________________________________________________
  2269.  
  2270.   11.2.  Standard/generic serial support (serial.o).
  2271.  
  2272.   NOTE: serial.o is required by other modules, like ppp.o and slip.o.
  2273.   Also it is required by serial mouse and accordingly by gpm.  However
  2274.   this dependency is not detected by present tools and module serial.o
  2275.   must be loaded manually.
  2276.  
  2277.   ______________________________________________________________________
  2278.   Load command:
  2279.           /sbin/modprobe serial.o
  2280.  
  2281.           No module parameters.
  2282.   ______________________________________________________________________
  2283.  
  2284.   11.3.  Cyclades async mux support (cyclades.o)
  2285.  
  2286.   ______________________________________________________________________
  2287.   Load command:
  2288.           /sbin/modprobe cyclades.o
  2289.  
  2290.           No module parameters.
  2291.   ______________________________________________________________________
  2292.  
  2293.   11.4.  Stallion multiport serial support
  2294.  
  2295.   The intelligent boards also need to have their "firmware" code
  2296.   downloaded to them. This is done via a user level application supplied
  2297.   in the driver package called "stlload". Compile this program where
  2298.   ever you dropped the package files, by typing "make". In its simplest
  2299.   form you can then type
  2300.  
  2301.   in this directory and that will download board 0 (assuming board 0 is
  2302.   an EasyConnection 8/64 board). To download to an ONboard, Brumby or
  2303.   Stallion do:
  2304.  
  2305.   Read the information at /usr/src/linux/drivers/char/README.stallion.
  2306.  
  2307.   11.4.1.  Stallion EasyIO or EC8/32 support (stallion.o).
  2308.  
  2309.   ______________________________________________________________________
  2310.   Load command:
  2311.           /sbin/modprobe stallion.o
  2312.  
  2313.           No module parameters.
  2314.   ______________________________________________________________________
  2315.  
  2316.   11.4.2.  Stallion EC8/64, ONboard, Brumby support (istallion.o).
  2317.  
  2318.   ______________________________________________________________________
  2319.   Load command:
  2320.           /sbin/modprobe istallion.o
  2321.  
  2322.           No module parameters.
  2323.   ______________________________________________________________________
  2324.  
  2325.   11.5.  SDL RISCom/8 card support (riscom8.o).
  2326.  
  2327.   ______________________________________________________________________
  2328.   Load command:
  2329.           /sbin/modprobe riscom8.o [options]
  2330.  
  2331.           This driver can support up to 4 boards at time.
  2332.           Options : iobase=0xXXX iobase1=0xXXX iobase2=...
  2333.  
  2334.   ______________________________________________________________________
  2335.  
  2336.   11.6.  Parallel printer support (lp.o).
  2337.  
  2338.   ______________________________________________________________________
  2339.   Load command:
  2340.           /sbin/modprobe lp.o io=0x378 irq=0
  2341.  
  2342.           io = 0
  2343.           irq = 0         irq=0 will run in polled mode
  2344.  
  2345.           (Probes ports: 0x278, 0x378, 0x3bc)
  2346.           Note: loading lp.o without any parameters will
  2347.           grab all parallelports.
  2348.   ______________________________________________________________________
  2349.  
  2350.   11.7.  Bus Mouse Support
  2351.  
  2352.   11.7.1.  ATIXL busmouse support (atixlmouse.o).
  2353.  
  2354.   ______________________________________________________________________
  2355.   Load command:
  2356.           /sbin/modprobe atixlmouse.o
  2357.  
  2358.           No module parameters.
  2359.           Depends on misc.o
  2360.   ______________________________________________________________________
  2361.  
  2362.   11.7.2.  Logitech busmouse support (busmouse.o).
  2363.  
  2364.   ______________________________________________________________________
  2365.   Load command:
  2366.           /sbin/modprobe busmouse.o
  2367.  
  2368.           No module parameters.
  2369.           Depends on misc.o
  2370.   ______________________________________________________________________
  2371.  
  2372.   11.7.3.  Microsoft busmouse support (msbusmouse.o).
  2373.  
  2374.   ______________________________________________________________________
  2375.   Load command:
  2376.           /sbin/modprobe msbusmouse.o
  2377.  
  2378.           No module parameters.
  2379.           Depends on misc.o
  2380.   ______________________________________________________________________
  2381.  
  2382.   11.7.4.  PS/2 mouse (aka "auxiliary device") support (psaux.o).
  2383.  
  2384.   ______________________________________________________________________
  2385.   Load command:
  2386.           /sbin/modprobe psaux.o
  2387.  
  2388.           No module parameters.
  2389.           Depends on misc.o
  2390.   ______________________________________________________________________
  2391.  
  2392.   11.8.  Tape support
  2393.  
  2394.   For support of SCSI tapedrives, see section SCSI Support.  Support for
  2395.   QIC-02 tapes is not modularized.
  2396.  
  2397.   11.8.1.  Ftape (QIC-80/Travan) support (ftape.o).
  2398.  
  2399.   ______________________________________________________________________
  2400.   Load command:
  2401.           /sbin/modprobe ftape.o tracing=3
  2402.  
  2403.           Option parameter 'tracing' can take following values
  2404.  
  2405.           set it to:     to get:
  2406.             0             bugs
  2407.             1             + errors
  2408.             2             + warnings
  2409.             3             + information           ** Default **
  2410.             4             + more information
  2411.             5             + program flow
  2412.             6             + fdc/dma info
  2413.             7             + data flow
  2414.             8             + everything else
  2415.   ______________________________________________________________________
  2416.  
  2417.   11.9.  Watchdog Timer Support
  2418.  
  2419.   11.9.1.  WDT Watchdog timer (wdt.o).
  2420.  
  2421.   ______________________________________________________________________
  2422.   Load command:
  2423.           /sbin/modprobe wdt.o
  2424.  
  2425.           No module parameters.
  2426.           Defaults to io=0x240 irq=14,
  2427.           make any required changes to wdt.c directly.
  2428.           Depends on misc.o
  2429.   ______________________________________________________________________
  2430.  
  2431.   11.9.2.  Software Watchdog (softdog.o).
  2432.  
  2433.   ______________________________________________________________________
  2434.   Load command:
  2435.           /sbin/modprobe softdog.o
  2436.  
  2437.           No module parameters.
  2438.           Depends on misc.o
  2439.   ______________________________________________________________________
  2440.  
  2441.   11.9.3.  Berkshire Products PC Watchdog (pcwd.o).
  2442.  
  2443.   ______________________________________________________________________
  2444.   Load command:
  2445.           /sbin/modprobe pcwd.o
  2446.  
  2447.           No module parameters.
  2448.           Depends on misc.o
  2449.   ______________________________________________________________________
  2450.  
  2451.   12.  Sound support (sound.o).
  2452.  
  2453.   Configuring sound is a complex task, there is a number of Readme-files
  2454.   in directory /usr/src/linux/drivers/sound, read them.
  2455.  
  2456.   ______________________________________________________________________
  2457.   Load command:
  2458.           /sbin/modprobe sound.o [option]
  2459.  
  2460.           Option: dma_buffsize=32768
  2461.   ______________________________________________________________________
  2462.  
  2463.   13.  Closing
  2464.  
  2465.   If you have found any glaring typos, or outdated info in this
  2466.   document, please let me know. It is easy to overlook stuff.
  2467.  
  2468.   Thanks,
  2469.  
  2470.   Lauri Tischler, ltischler@efore.fi
  2471.  
  2472.